> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Playfab Configuration for Embedded Wallet

> Learn how to configure a PlayFab client for your Embedded Wallet instance. Follow steps to create and retrieve a Title ID from the PlayFab dashboard.

In order to have PlayFab auth integrated into your Embedded Wallet instance, you have to configure a PlayFab Game in the [Microsoft PlayFab Developer](https://developer.playfab.com/) dashboard, by starting with the following below steps:

<Steps>
  <Step title="Sign Up / Sign In">
    First access the sign in page [here](https://developer.playfab.com/):

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/gRs22HSdcU_q6TQy/images/guides/playfab/playfab_developer_sign_in.png?fit=max&auto=format&n=gRs22HSdcU_q6TQy&q=85&s=801aa99630d7707f61c69bf51159d417" alt="PlayFab sign in page" width="1549" height="1071" data-path="images/guides/playfab/playfab_developer_sign_in.png" />
    </Frame>
  </Step>

  <Step title="Create a New Studio">
    After you've signed in, go to the [following link to create a studio](https://developer.playfab.com/en-us/r/studio/new) which will generate a `Title ID` for you.
  </Step>

  <Step title="Retrieve a Title ID">
    Afer you've created a studio, you can retrieve the `Title ID` to include it in the SDK on the [following page](https://developer.playfab.com/en-us/my-games)

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/gRs22HSdcU_q6TQy/images/guides/playfab/playfab_developer_retrieve_title_id.png?fit=max&auto=format&n=gRs22HSdcU_q6TQy&q=85&s=2d94f9420e3db03b7ff3b31ed7760fe2" alt="Retrieve a Title ID" width="1925" height="508" data-path="images/guides/playfab/playfab_developer_retrieve_title_id.png" />
    </Frame>

    Then add the Title ID to your [Embedded Wallet configuration](https://sequence.build/project/default/wallet/embedded-wallet) as a new login provider which will complete the configuration.

    The configuration is complete! Lastly, check out our reference implementation for web to see how to [retrieve the Playfab ticket](/sdk/headless-wallet/authentication#authenticating-with-playfab) and pass it to Sequence to authenticate the user.
  </Step>
</Steps>
